home *** CD-ROM | disk | FTP | other *** search
-
- Hide OCX
- --------
-
- Resistration
- ------------
-
- The Hide OCX is an ActiveX control designed to remove a application
- from the Windows 95 or Windows NT Task list and/or Switch Bar. It
- is shareware and to register $10 US should be sent to
-
- efx Software
- 105 Allen Park Road
- Kilmacud
- Co. Dublin
- Ireland
-
- Payment can also be made by credit card via email. The credit card
- number, expiry date, Name as it appears on the card and billing address
- as it appears on the statement must be sent for verification and
- security purposes. Send these details to
-
- efx@tinet.ie
-
- Once recieved a version of the control without the nag screen will be
- emailed to you. If you require the control to be posted to you on
- diskette, please add $5 US to cover post and packaging.
-
-
- Installing
- ----------
-
- Once unzipped, copy the files Hide.ocx and Hide.oca into the directory
- that you store OCX's. Typically this is the Windows System directory.
- In Visual Basic, open the Components window (Ctrl-T) and select browse.
- Navigate to the directory that contains Hide.OCX and select it. Click
- on OK. The control will appear on the list under the name HideOCX.
-
-
- Using the Control in the Visual Basic Environment
- -------------------------------------------------
-
- Properties
- ----------
-
- Apart from the standard properties (Left, Top, Index etc.) only two
- preoperties exist for this OCX.
-
- 1. HideMode
- -----------
-
- This property defines which areas the Application is to be hidden from.
- It is an enumerated type with values ranging from
-
- 0 - Nothing,
- 1 - Task List
- 2 - Switch Window
- 3 - Both
-
- Changing this property in the Design mode will have no effect on the
- application as the effect happens only during run time.
-
- 2. Enabled
- ----------
-
- This property defines whether the OCX is to hide the application
- according to the mode selected in the HideMode property. Setting the
- property to false will make the application on both the Task List and
- the Switch Window. This property cannot be changed during design time.
-
- Methods
- -------
-
- There are no methods for this control
-
- Events
- ------
-
- There are no events for this control
-
-
-
-
-
-
- Comments
- --------
-
- If you have any comments, information about bugs etc. please feel free
- to email me at efx@tinet.ie
-
-
-
-
-
-
-
-